home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / ContourPlot / Source / PB.project < prev    next >
Text File  |  1994-05-17  |  813b  |  31 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. APPICON = Contour.tiff;
  3. GENERATEMAIN = YES;
  4. DOCICONFILES = ();
  5. FILESTABLE = {
  6.     M_FILES = (computeContour.m, ContourPlot_main.m);
  7.     OTHER_LINKED = ();
  8.     H_FILES = (ContourPlotApp.h, ContourView.h, splin2.h);
  9.     CLASSES = (ContourPlotApp.m, ContourView.m);
  10.     IMAGES = (Contour.tiff, IOname14x14.tiff);
  11.     PSW_FILES = ();
  12.     C_FILES = (sortContour.c, splin2.c);
  13.     OTHER_RESOURCES = (SpaceTimeRF.2d);
  14.     OTHER_SOURCES = ();
  15.     SUBPROJECTS = ();
  16.     PSWM_FILES = ();
  17.     SOUNDS = ();
  18.     OTHER_LIBS = (Media_s, NeXT_s);
  19.     INTERFACES = (ContourPlot.nib);
  20. };
  21. APPCLASS = ContourPlotApp;
  22. MAINNIB = ContourPlot;
  23. DOCEXTENSIONS = ();
  24. PROJECTTYPE = Application;
  25. PROJECTVERSION = 1.1;
  26. LOCALIZABLE_FILES = {
  27. };
  28. PROJECTNAME = ContourPlot;
  29. SYSTEMEXTENSIONS = ();
  30. LANGUAGE = English;
  31.